←Select platform

Log(Logger,string,string,int,string,string,int,DicomCommandType,DateTime,LogType,MessageDirection,string,DicomDataSet,Dictionary<string,object>) Method

Summary

Logs the specified DICOM information.

Syntax

C#
[ExtensionAttribute()] 
public static void Log( 
   Logger logger, 
   string serverAETitle, 
   string serverIPAddress, 
   int serverPort, 
   string clientAETitle, 
   string clientIPAddress, 
   int clientPort, 
   DicomCommandType command, 
   DateTime dateTime, 
   LogType type, 
   MessageDirection messageDirection, 
   string description, 
   DicomDataSet dicomDataset, 
   Dictionary<string, object> customInformation 
) 

Parameters

logger
The logger to send the message to.

serverAETitle
The server AE title.

serverIPAddress
The server IP address.

serverPort
The server port.

clientAETitle
The client AE title.

clientIPAddress
The client IP address.

clientPort
The client port.

command
The DICOM command type.

dateTime
The date time of this message.

type
The message lot type.

messageDirection
The message direction.

description
The description of this message.

dicomDataset
The DICOM dataset associated with this message.

customInformation
The custom information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.